home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September (Special) / Chip-Special_2002-09_Digitalni-Video.bin / software / premiere / ARCHIVE.Z / Interpretation Rules.txt < prev    next >
Text File  |  2000-12-14  |  2KB  |  50 lines

  1. # Premiere pixel aspect ratio rules and names
  2. # note: Premiere only uses the width, height, and pixel aspect ratio information
  3. #
  4. # adapted from:
  5. # "Interpretation Rules.txt"
  6. # After Effects 4.1 Automatic Footage Interpretation
  7. #  
  8. # lines beginning with "#" are comments
  9. #
  10. # basic format of a rule: {match requirements} = {set interpretation}
  11. #
  12. # + for each rule that matches, the interpretation is set; wild-cards ("*") allowed
  13. #   on both sides; wildcard match matches anything, wildcard set sets nothing
  14. # + multiple rules are allowed to match, later matches override earlier matches
  15. # + all rules are scanned in order, one rule per line
  16. # + rules are applied after the automatic setting of D1 pixel aspect and automatic
  17. #    field separation from field-labeled files
  18. #
  19. # width, height, frame-rate, file-type, codec = 
  20. #     pixel aspect ratio/name, field order, conform frame-rate, alpha interp
  21. #
  22. # width & height are integer numbers
  23. # frame-rate is a decimal number
  24. # file-type is four characters in quotes (4c's)
  25. # codec (applicable for QT & AVI only) is also 4c's
  26. #
  27. # the pixel aspect ratio is a ratio of integers (e.g. 10/11)
  28. #   optionally followed by a name for that ratio (e.g. 10/11/"My Aspect")
  29. # the field order is a single character, (F=frame, U=upper field, or L=lower field)
  30. # the conform frame-rate is a decimal number
  31. # alpha interp: (I=ignore, S=straight, P=premul/black, W=premul/white)
  32. #    alpha interp is ignored for footage without an alpha channel
  33. #
  34.  
  35. # assume ATSC 704x480 in any format is D1 aspect
  36. 704, 480, *, *, * = 648/720, *, *, *
  37.  
  38. # assume NTSC DV is D1 aspect
  39. 720, 480, *, *, * = 648/720, *, *, *
  40.  
  41. # NTSC D1 is D1 aspect
  42. 720, 486, *, *, * = 648/720, *, *, *
  43.  
  44. # PAL D1/DV
  45. 720, 576, *, *, * = 768/720, *, *, *
  46.  
  47. # only adds a custom pixel aspect ratio to the UI
  48. # uncomment the next line to try it out
  49. # 0, 0, 0, "0000", * = 10/11/"Custom Aspect", *, *, *
  50.